home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / Scrawl / scrawl.rc < prev    next >
Encoding:
Text File  |  2004-09-27  |  2.1 KB  |  88 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "scrawl.manifest"
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Icon
  29. //
  30.  
  31. // Icon with lowest ID value placed first to ensure application icon
  32. // remains consistent on all systems.
  33. IDI_MAIN                ICON    DISCARDABLE     "..\..\Common\directx.ico"
  34.  
  35. #ifdef APSTUDIO_INVOKED
  36. /////////////////////////////////////////////////////////////////////////////
  37. //
  38. // TEXTINCLUDE
  39. //
  40.  
  41. 1 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "resource.h\0"
  44. END
  45.  
  46. 2 TEXTINCLUDE DISCARDABLE 
  47. BEGIN
  48.     "#include ""afxres.h""\r\n"
  49.     "\0"
  50. END
  51.  
  52. 3 TEXTINCLUDE DISCARDABLE 
  53. BEGIN
  54.     "\r\n"
  55.     "\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Menu
  64. //
  65.  
  66. IDM_SENSITIVITY MENU DISCARDABLE 
  67. BEGIN
  68.     MENUITEM "&Low\t1",                     IDC_SENSITIVITY_LOW
  69.     MENUITEM "&Normal\t2",                  IDC_SENSITIVITY_NORMAL
  70.     MENUITEM "&High\t3",                    IDC_SENSITIVITY_HIGH
  71. END
  72.  
  73. #endif    // English (U.S.) resources
  74. /////////////////////////////////////////////////////////////////////////////
  75.  
  76.  
  77.  
  78. #ifndef APSTUDIO_INVOKED
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Generated from the TEXTINCLUDE 3 resource.
  82. //
  83.  
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86. #endif    // not APSTUDIO_INVOKED
  87.  
  88.